GetSnapshotsBetween(TKey, long, long)

Method

Namespace: Diffstore

Declared in: Diffstore.IDiffstore<TKey, TValue>


Fetches snapshots in time range [timeStart, timeEnd).

Syntax

public IEnumerable<Snapshot<TKey, TValue>> GetSnapshotsBetween(
	TKey key,
	long timeStart,
	long timeEnd
)

Back to index